PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / getTitle Method
In This Topic
    getTitle Method
    In This Topic
    Gets the title of the structure element.
    The title should characterise the specific structure element, such as Chapter 1, rather than merely a generic element type, such as Chapter.
    Syntax
    public java.lang.String getTitle()

    Return Value

    A string representing the structure element in human-readable form.
    See Also